3.3.34 \(\int \sqrt {d \csc (a+b x)} \sqrt {c \sec (a+b x)} \, dx\) [234]

Optimal. Leaf size=53 \[ \frac {\sqrt {d \csc (a+b x)} F\left (\left .a-\frac {\pi }{4}+b x\right |2\right ) \sqrt {c \sec (a+b x)} \sqrt {\sin (2 a+2 b x)}}{b} \]

[Out]

-(sin(a+1/4*Pi+b*x)^2)^(1/2)/sin(a+1/4*Pi+b*x)*EllipticF(cos(a+1/4*Pi+b*x),2^(1/2))*(d*csc(b*x+a))^(1/2)*(c*se
c(b*x+a))^(1/2)*sin(2*b*x+2*a)^(1/2)/b

________________________________________________________________________________________

Rubi [A]
time = 0.06, antiderivative size = 53, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.120, Rules used = {2710, 2653, 2720} \begin {gather*} \frac {\sqrt {\sin (2 a+2 b x)} F\left (\left .a+b x-\frac {\pi }{4}\right |2\right ) \sqrt {c \sec (a+b x)} \sqrt {d \csc (a+b x)}}{b} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[d*Csc[a + b*x]]*Sqrt[c*Sec[a + b*x]],x]

[Out]

(Sqrt[d*Csc[a + b*x]]*EllipticF[a - Pi/4 + b*x, 2]*Sqrt[c*Sec[a + b*x]]*Sqrt[Sin[2*a + 2*b*x]])/b

Rule 2653

Int[1/(Sqrt[cos[(e_.) + (f_.)*(x_)]*(b_.)]*Sqrt[(a_.)*sin[(e_.) + (f_.)*(x_)]]), x_Symbol] :> Dist[Sqrt[Sin[2*
e + 2*f*x]]/(Sqrt[a*Sin[e + f*x]]*Sqrt[b*Cos[e + f*x]]), Int[1/Sqrt[Sin[2*e + 2*f*x]], x], x] /; FreeQ[{a, b,
e, f}, x]

Rule 2710

Int[(csc[(e_.) + (f_.)*(x_)]*(a_.))^(m_)*((b_.)*sec[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[(a*Csc[e + f*
x])^m*(b*Sec[e + f*x])^n*(a*Sin[e + f*x])^m*(b*Cos[e + f*x])^n, Int[1/((a*Sin[e + f*x])^m*(b*Cos[e + f*x])^n),
 x], x] /; FreeQ[{a, b, e, f, m, n}, x] && IntegerQ[m - 1/2] && IntegerQ[n - 1/2]

Rule 2720

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ
[{c, d}, x]

Rubi steps

\begin {align*} \int \sqrt {d \csc (a+b x)} \sqrt {c \sec (a+b x)} \, dx &=\left (\sqrt {c \cos (a+b x)} \sqrt {d \csc (a+b x)} \sqrt {c \sec (a+b x)} \sqrt {d \sin (a+b x)}\right ) \int \frac {1}{\sqrt {c \cos (a+b x)} \sqrt {d \sin (a+b x)}} \, dx\\ &=\left (\sqrt {d \csc (a+b x)} \sqrt {c \sec (a+b x)} \sqrt {\sin (2 a+2 b x)}\right ) \int \frac {1}{\sqrt {\sin (2 a+2 b x)}} \, dx\\ &=\frac {\sqrt {d \csc (a+b x)} F\left (\left .a-\frac {\pi }{4}+b x\right |2\right ) \sqrt {c \sec (a+b x)} \sqrt {\sin (2 a+2 b x)}}{b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.
time = 0.70, size = 68, normalized size = 1.28 \begin {gather*} \frac {\left (-\cot ^2(a+b x)\right )^{7/4} \sqrt {d \csc (a+b x)} \, _2F_1\left (\frac {1}{2},\frac {3}{4};\frac {3}{2};\csc ^2(a+b x)\right ) \sqrt {c \sec (a+b x)} \tan ^3(a+b x)}{b} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[d*Csc[a + b*x]]*Sqrt[c*Sec[a + b*x]],x]

[Out]

((-Cot[a + b*x]^2)^(7/4)*Sqrt[d*Csc[a + b*x]]*Hypergeometric2F1[1/2, 3/4, 3/2, Csc[a + b*x]^2]*Sqrt[c*Sec[a +
b*x]]*Tan[a + b*x]^3)/b

________________________________________________________________________________________

Maple [B] Leaf count of result is larger than twice the leaf count of optimal. \(154\) vs. \(2(73)=146\).
time = 31.77, size = 155, normalized size = 2.92

method result size
default \(-\frac {\sqrt {\frac {c}{\cos \left (b x +a \right )}}\, \sqrt {\frac {d}{\sin \left (b x +a \right )}}\, \left (\sin ^{2}\left (b x +a \right )\right ) \sqrt {\frac {1-\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \sqrt {\frac {\cos \left (b x +a \right )-1+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \sqrt {\frac {-1+\cos \left (b x +a \right )}{\sin \left (b x +a \right )}}\, \EllipticF \left (\sqrt {\frac {1-\cos \left (b x +a \right )+\sin \left (b x +a \right )}{\sin \left (b x +a \right )}}, \frac {\sqrt {2}}{2}\right ) \sqrt {2}}{b \left (-1+\cos \left (b x +a \right )\right )}\) \(155\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*csc(b*x+a))^(1/2)*(c*sec(b*x+a))^(1/2),x,method=_RETURNVERBOSE)

[Out]

-1/b*(c/cos(b*x+a))^(1/2)*(d/sin(b*x+a))^(1/2)*sin(b*x+a)^2*((1-cos(b*x+a)+sin(b*x+a))/sin(b*x+a))^(1/2)*((cos
(b*x+a)-1+sin(b*x+a))/sin(b*x+a))^(1/2)*((-1+cos(b*x+a))/sin(b*x+a))^(1/2)*EllipticF(((1-cos(b*x+a)+sin(b*x+a)
)/sin(b*x+a))^(1/2),1/2*2^(1/2))/(-1+cos(b*x+a))*2^(1/2)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(b*x+a))^(1/2)*(c*sec(b*x+a))^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(d*csc(b*x + a))*sqrt(c*sec(b*x + a)), x)

________________________________________________________________________________________

Fricas [C] Result contains complex when optimal does not.
time = 0.61, size = 56, normalized size = 1.06 \begin {gather*} \frac {-i \, \sqrt {-4 i \, c d} {\rm ellipticF}\left (\cos \left (b x + a\right ) + i \, \sin \left (b x + a\right ), -1\right ) + i \, \sqrt {4 i \, c d} {\rm ellipticF}\left (\cos \left (b x + a\right ) - i \, \sin \left (b x + a\right ), -1\right )}{2 \, b} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(b*x+a))^(1/2)*(c*sec(b*x+a))^(1/2),x, algorithm="fricas")

[Out]

1/2*(-I*sqrt(-4*I*c*d)*ellipticF(cos(b*x + a) + I*sin(b*x + a), -1) + I*sqrt(4*I*c*d)*ellipticF(cos(b*x + a) -
 I*sin(b*x + a), -1))/b

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \sqrt {c \sec {\left (a + b x \right )}} \sqrt {d \csc {\left (a + b x \right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(b*x+a))**(1/2)*(c*sec(b*x+a))**(1/2),x)

[Out]

Integral(sqrt(c*sec(a + b*x))*sqrt(d*csc(a + b*x)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*csc(b*x+a))^(1/2)*(c*sec(b*x+a))^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(d*csc(b*x + a))*sqrt(c*sec(b*x + a)), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \sqrt {\frac {c}{\cos \left (a+b\,x\right )}}\,\sqrt {\frac {d}{\sin \left (a+b\,x\right )}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((c/cos(a + b*x))^(1/2)*(d/sin(a + b*x))^(1/2),x)

[Out]

int((c/cos(a + b*x))^(1/2)*(d/sin(a + b*x))^(1/2), x)

________________________________________________________________________________________